home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / aplay200.lha / APlayer / Files / Developer.lha / Rexxtools / Include / CLib / Rexxtools_protos.h
C/C++ Source or Header  |  1994-12-08  |  668b  |  21 lines

  1. #ifndef CLIB_REXXTOOLS_PROTOS_H
  2. #define CLIB_REXXTOOLS_PROTOS_H
  3.  
  4. #ifndef UTILITY_TAGITEM_H
  5. #include <utility/tagitem.h>
  6. #endif    /* UTILITY_TAGITEM_H */
  7.  
  8. APTR  rxInitARexx (char *,char *,ULONG,struct TagItem *);
  9. void  rxFreeARexx (APTR);
  10. APTR  rxGetPortName (APTR);
  11. ULONG rxGetSignals (APTR);
  12. struct RexxMsg *rxGetARexxMsg (APTR);
  13. void  rxReplyARexxMsg (APTR,struct RexxMsg *,char *,LONG);
  14. short rxSendARexxMsg (APTR,char *,short);
  15. short rxSetARexxLastError (APTR,struct RexxMsg *,char *);
  16. short rxParseARexx (APTR,struct RexxMsg *,APTR,APTR,LONG,struct TagItem *);
  17. LONG  rxToNumber (APTR,char *);
  18. void  rxToString (APTR,LONG,char *);
  19.  
  20. #endif    /* CLIB_REXXTOOLS_PROTOS_H
  21.